home *** CD-ROM | disk | FTP | other *** search
/ Practical Algorithms for Image Analysis / Practical Algorithms for Image Analysis.iso / CH_5.4 / FITCRIT / FITCRIT.MAK < prev    next >
Encoding:
Text File  |  1999-09-11  |  8.8 KB  |  282 lines

  1. # Microsoft Developer Studio Generated NMAKE File, Format Version 4.00
  2. # ** DO NOT EDIT **
  3.  
  4. # TARGTYPE "Win32 (x86) Console Application" 0x0103
  5.  
  6. !IF "$(CFG)" == ""
  7. CFG=fitcrit - Win32 Debug
  8. !MESSAGE No configuration specified.  Defaulting to fitcrit - Win32 Debug.
  9. !ENDIF 
  10.  
  11. !IF "$(CFG)" != "fitcrit - Win32 Release" && "$(CFG)" !=\
  12.  "fitcrit - Win32 Debug"
  13. !MESSAGE Invalid configuration "$(CFG)" specified.
  14. !MESSAGE You can specify a configuration when running NMAKE on this makefile
  15. !MESSAGE by defining the macro CFG on the command line.  For example:
  16. !MESSAGE 
  17. !MESSAGE NMAKE /f "fitcrit.mak" CFG="fitcrit - Win32 Debug"
  18. !MESSAGE 
  19. !MESSAGE Possible choices for configuration are:
  20. !MESSAGE 
  21. !MESSAGE "fitcrit - Win32 Release" (based on "Win32 (x86) Console Application")
  22. !MESSAGE "fitcrit - Win32 Debug" (based on "Win32 (x86) Console Application")
  23. !MESSAGE 
  24. !ERROR An invalid configuration is specified.
  25. !ENDIF 
  26.  
  27. !IF "$(OS)" == "Windows_NT"
  28. NULL=
  29. !ELSE 
  30. NULL=nul
  31. !ENDIF 
  32. ################################################################################
  33. # Begin Project
  34. # PROP Target_Last_Scanned "fitcrit - Win32 Debug"
  35. CPP=cl.exe
  36. RSC=rc.exe
  37.  
  38. !IF  "$(CFG)" == "fitcrit - Win32 Release"
  39.  
  40. # PROP BASE Use_MFC 0
  41. # PROP BASE Use_Debug_Libraries 0
  42. # PROP BASE Output_Dir "Release"
  43. # PROP BASE Intermediate_Dir "Release"
  44. # PROP BASE Target_Dir ""
  45. # PROP Use_MFC 0
  46. # PROP Use_Debug_Libraries 0
  47. # PROP Output_Dir "Release"
  48. # PROP Intermediate_Dir "Release"
  49. # PROP Target_Dir ""
  50. OUTDIR=.\Release
  51. INTDIR=.\Release
  52. # Begin Custom Macros
  53. ProjDir=.
  54. # End Custom Macros
  55.  
  56. ALL : "$(OUTDIR)\fitcrit.exe" "..\..\bindosr\fitcrit.exe"
  57.  
  58. CLEAN : 
  59.     -@erase "..\..\bindosr\fitcrit.exe"
  60.     -@erase ".\Release\fitcrit.exe"
  61.     -@erase ".\Release\fitcrit.obj"
  62.     -@erase ".\Release\wwtheta.obj"
  63.     -@erase ".\Release\linkfeats.obj"
  64.     -@erase ".\Release\thetafeats.obj"
  65.  
  66. "$(OUTDIR)" :
  67.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  68.  
  69. # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /YX /c
  70. # ADD CPP /nologo /W3 /GX /O2 /I "." /I " ..\..\libtiff\libtiff" /I " ..\..\libimage" /I " ..\..\libip" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /YX /c
  71. CPP_PROJ=/nologo /ML /W3 /GX /O2 /I "." /I " ..\..\libtiff\libtiff" /I\
  72.  " ..\..\libimage" /I " ..\..\libip" /D "WIN32" /D "NDEBUG" /D "_CONSOLE"\
  73.  /Fp"$(INTDIR)/fitcrit.pch" /YX /Fo"$(INTDIR)/" /c 
  74. CPP_OBJS=.\Release/
  75. CPP_SBRS=
  76. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  77. # ADD RSC /l 0x409 /d "NDEBUG"
  78. BSC32=bscmake.exe
  79. # ADD BASE BSC32 /nologo
  80. # ADD BSC32 /nologo
  81. BSC32_FLAGS=/nologo /o"$(OUTDIR)/fitcrit.bsc" 
  82. BSC32_SBRS=
  83. LINK32=link.exe
  84. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
  85. # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ..\..\libtiff\libtiff\Release\libtiff.lib ..\..\libimage\Release\libimage.lib ..\..\libip\Release\libip.lib /nologo /subsystem:console /machine:I386
  86. LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
  87.  advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
  88.  odbccp32.lib ..\..\libtiff\libtiff\Release\libtiff.lib\
  89.  ..\..\libimage\Release\libimage.lib ..\..\libip\Release\libip.lib /nologo\
  90.  /subsystem:console /incremental:no /pdb:"$(OUTDIR)/fitcrit.pdb" /machine:I386\
  91.  /out:"$(OUTDIR)/fitcrit.exe" 
  92. LINK32_OBJS= \
  93.     ".\Release\fitcrit.obj" \
  94.     ".\Release\wwtheta.obj" \
  95.     ".\Release\linkfeats.obj" \
  96.     ".\Release\thetafeats.obj"
  97.  
  98. "$(OUTDIR)\fitcrit.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  99.     $(LINK32) @<<
  100.   $(LINK32_FLAGS) $(LINK32_OBJS)
  101. <<
  102.  
  103. # Begin Custom Build
  104. ProjDir=.
  105. InputPath=.\Release\fitcrit.exe
  106. InputName=fitcrit
  107. SOURCE=$(InputPath)
  108.  
  109. "$(ProjDir)\..\..\bindosr\$(InputName).exe" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  110.    copy $(InputPath) $(ProjDir)\..\..\bindosr
  111.  
  112. # End Custom Build
  113.  
  114. !ELSEIF  "$(CFG)" == "fitcrit - Win32 Debug"
  115.  
  116. # PROP BASE Use_MFC 0
  117. # PROP BASE Use_Debug_Libraries 1
  118. # PROP BASE Output_Dir "Debug"
  119. # PROP BASE Intermediate_Dir "Debug"
  120. # PROP BASE Target_Dir ""
  121. # PROP Use_MFC 0
  122. # PROP Use_Debug_Libraries 1
  123. # PROP Output_Dir "Debug"
  124. # PROP Intermediate_Dir "Debug"
  125. # PROP Target_Dir ""
  126. OUTDIR=.\Debug
  127. INTDIR=.\Debug
  128. # Begin Custom Macros
  129. ProjDir=.
  130. # End Custom Macros
  131.  
  132. ALL : "$(OUTDIR)\fitcrit.exe" "..\..\bindosd\fitcrit.exe"
  133.  
  134. CLEAN : 
  135.     -@erase ".\Debug\vc40.pdb"
  136.     -@erase ".\Debug\vc40.idb"
  137.     -@erase ".\Debug\fitcrit.ilk"
  138.     -@erase ".\Debug\wwtheta.obj"
  139.     -@erase ".\Debug\fitcrit.obj"
  140.     -@erase ".\Debug\linkfeats.obj"
  141.     -@erase ".\Debug\thetafeats.obj"
  142.     -@erase ".\Debug\fitcrit.pdb"
  143.     -@erase "..\..\bindosd\fitcrit.exe"
  144.     -@erase ".\Debug\fitcrit.exe"
  145.  
  146. "$(OUTDIR)" :
  147.     if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  148.  
  149. # ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /YX /c
  150. # ADD CPP /nologo /W3 /Gm /GX /Zi /Od /I "." /I " ..\..\libtiff\libtiff" /I " ..\..\libimage" /I " ..\..\libip" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /YX /c
  151. CPP_PROJ=/nologo /MLd /W3 /Gm /GX /Zi /Od /I "." /I " ..\..\libtiff\libtiff" /I\
  152.  " ..\..\libimage" /I " ..\..\libip" /D "WIN32" /D "_DEBUG" /D "_CONSOLE"\
  153.  /Fp"$(INTDIR)/fitcrit.pch" /YX /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /c 
  154. CPP_OBJS=.\Debug/
  155. CPP_SBRS=
  156. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  157. # ADD RSC /l 0x409 /d "_DEBUG"
  158. BSC32=bscmake.exe
  159. # ADD BASE BSC32 /nologo
  160. # ADD BSC32 /nologo
  161. BSC32_FLAGS=/nologo /o"$(OUTDIR)/fitcrit.bsc" 
  162. BSC32_SBRS=
  163. LINK32=link.exe
  164. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386
  165. # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ..\..\libtiff\libtiff\Debug\libtiff.lib ..\..\libimage\Debug\libimage.lib ..\..\libip\Debug\libip.lib /nologo /subsystem:console /debug /machine:I386
  166. LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
  167.  advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
  168.  odbccp32.lib ..\..\libtiff\libtiff\Debug\libtiff.lib\
  169.  ..\..\libimage\Debug\libimage.lib ..\..\libip\Debug\libip.lib /nologo\
  170.  /subsystem:console /incremental:yes /pdb:"$(OUTDIR)/fitcrit.pdb" /debug\
  171.  /machine:I386 /out:"$(OUTDIR)/fitcrit.exe" 
  172. LINK32_OBJS= \
  173.     ".\Debug\wwtheta.obj" \
  174.     ".\Debug\fitcrit.obj" \
  175.     ".\Debug\linkfeats.obj" \
  176.     ".\Debug\thetafeats.obj"
  177.  
  178. "$(OUTDIR)\fitcrit.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  179.     $(LINK32) @<<
  180.   $(LINK32_FLAGS) $(LINK32_OBJS)
  181. <<
  182.  
  183. # Begin Custom Build
  184. ProjDir=.
  185. InputPath=.\Debug\fitcrit.exe
  186. InputName=fitcrit
  187. SOURCE=$(InputPath)
  188.  
  189. "$(ProjDir)\..\..\bindosd\$(InputName).exe" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  190.    copy $(InputPath) $(ProjDir)\..\..\bindosd
  191.  
  192. # End Custom Build
  193.  
  194. !ENDIF 
  195.  
  196. .c{$(CPP_OBJS)}.obj:
  197.    $(CPP) $(CPP_PROJ) $<  
  198.  
  199. .cpp{$(CPP_OBJS)}.obj:
  200.    $(CPP) $(CPP_PROJ) $<  
  201.  
  202. .cxx{$(CPP_OBJS)}.obj:
  203.    $(CPP) $(CPP_PROJ) $<  
  204.  
  205. .c{$(CPP_SBRS)}.sbr:
  206.    $(CPP) $(CPP_PROJ) $<  
  207.  
  208. .cpp{$(CPP_SBRS)}.sbr:
  209.    $(CPP) $(CPP_PROJ) $<  
  210.  
  211. .cxx{$(CPP_SBRS)}.sbr:
  212.    $(CPP) $(CPP_PROJ) $<  
  213.  
  214. ################################################################################
  215. # Begin Target
  216.  
  217. # Name "fitcrit - Win32 Release"
  218. # Name "fitcrit - Win32 Debug"
  219.  
  220. !IF  "$(CFG)" == "fitcrit - Win32 Release"
  221.  
  222. !ELSEIF  "$(CFG)" == "fitcrit - Win32 Debug"
  223.  
  224. !ENDIF 
  225.  
  226. ################################################################################
  227. # Begin Source File
  228.  
  229. SOURCE=.\fitcrit.c
  230. DEP_CPP_FITCR=\
  231.     ".\..\..\libimage\images.h"\
  232.     ".\..\..\libimage\tiffimage.h"\
  233.     ".\..\..\libip\pcc2.h"\
  234.     
  235.  
  236. "$(INTDIR)\fitcrit.obj" : $(SOURCE) $(DEP_CPP_FITCR) "$(INTDIR)"
  237.  
  238.  
  239. # End Source File
  240. ################################################################################
  241. # Begin Source File
  242.  
  243. SOURCE=.\wwtheta.c
  244. DEP_CPP_WWTHE=\
  245.     ".\ww.h"\
  246.     ".\..\..\libimage\images.h"\
  247.     
  248.  
  249. "$(INTDIR)\wwtheta.obj" : $(SOURCE) $(DEP_CPP_WWTHE) "$(INTDIR)"
  250.  
  251.  
  252. # End Source File
  253. ################################################################################
  254. # Begin Source File
  255.  
  256. SOURCE=.\linkfeats.c
  257. DEP_CPP_LINKF=\
  258.     ".\..\..\libip\pcc2.h"\
  259.     ".\..\..\libimage\images.h"\
  260.     
  261.  
  262. "$(INTDIR)\linkfeats.obj" : $(SOURCE) $(DEP_CPP_LINKF) "$(INTDIR)"
  263.  
  264.  
  265. # End Source File
  266. ################################################################################
  267. # Begin Source File
  268.  
  269. SOURCE=.\thetafeats.c
  270. DEP_CPP_THETA=\
  271.     ".\..\..\libip\pcc2.h"\
  272.     ".\..\..\libimage\images.h"\
  273.     
  274.  
  275. "$(INTDIR)\thetafeats.obj" : $(SOURCE) $(DEP_CPP_THETA) "$(INTDIR)"
  276.  
  277.  
  278. # End Source File
  279. # End Target
  280. # End Project
  281. ################################################################################
  282.